Use Python 3 in script shebangs
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Fri, 24 Apr 2020 14:17:04 +0000 (15:17 +0100)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Fri, 24 Apr 2020 14:17:04 +0000 (15:17 +0100)
commit617820a297d626e9c2a32610a03deab7a76e18a2
tree75cb60cb08ca5f880af2b99bbb1cb6eb5c99d6b8
parent05a987a26a87e0bf620d9318a26fa4ffb69a4c09
Use Python 3 in script shebangs

(Skipping the two .pyx files with #!python - they need to be compiled
with Cython, not directly run with any version of plain Python)

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: no

Gbp-Pq: Name python3_shebangs.patch
archive/docs/fix_longtable.py
examples/python/plots_boxplots.py
examples/python/robust_models_1.py
statsmodels/regression/quantile_regression.py
statsmodels/sandbox/examples/example_pca.py
statsmodels/tools/print_version.py
tools/export_notebooks_to_python.py
tools/generate_formula_api.py